Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add marbles for Single.amb operators #6091

Merged
merged 1 commit into from
Jul 18, 2018

Conversation

UMFsimke
Copy link
Contributor

Here are operators for amb and ambArray from #5788

Marble for amb:
amb

Marble for ambArray:
ambArray

@codecov
Copy link

codecov bot commented Jul 18, 2018

Codecov Report

Merging #6091 into 2.x will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##               2.x    #6091      +/-   ##
===========================================
- Coverage     98.3%   98.29%   -0.02%     
  Complexity    6197     6197              
===========================================
  Files          667      667              
  Lines        44858    44858              
  Branches      6211     6211              
===========================================
- Hits         44096    44091       -5     
- Misses         228      235       +7     
+ Partials       534      532       -2
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Single.java 100% <ø> (ø) 146 <0> (ø) ⬇️
.../operators/observable/ObservableFlatMapSingle.java 88.8% <0%> (-6.72%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 88.88% <0%> (-3.87%) 2% <0%> (ø)
...rnal/operators/flowable/FlowableSkipLastTimed.java 95.91% <0%> (-2.05%) 2% <0%> (ø)
...nternal/operators/parallel/ParallelReduceFull.java 93.06% <0%> (-1.99%) 2% <0%> (ø)
.../io/reactivex/disposables/CompositeDisposable.java 98.14% <0%> (-1.86%) 39% <0%> (-1%)
...java/io/reactivex/processors/PublishProcessor.java 98.19% <0%> (-1.81%) 42% <0%> (-1%)
...a/io/reactivex/internal/util/QueueDrainHelper.java 98.61% <0%> (-1.39%) 57% <0%> (-1%)
...io/reactivex/subscribers/SerializedSubscriber.java 98.86% <0%> (-1.14%) 26% <0%> (-1%)
...ivex/internal/operators/maybe/MaybeMergeArray.java 96.62% <0%> (-1.13%) 6% <0%> (ø)
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a74415...8223050. Read the comment docs.

@akarnokd akarnokd merged commit 1aeac06 into ReactiveX:2.x Jul 18, 2018
@UMFsimke UMFsimke deleted the SingleAmbOperatorMarbles branch August 4, 2018 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants